Package-level declarations
Types
A strict queue with the given capacity. The differences from java.util.ArrayDeque are:
Inherited functions
Finds the first T element of this array that satisfies the check, returning null if nothing was found.
Finds the first T element of this iterable that satisfies the check, returning null if nothing was found.
Finds the first T element of this array that satisfies the check, throwing an error if nothing was found.
Finds the first T element of this iterable that satisfies the check, throwing an error if nothing was found.
An alternative to the Array.getOrElse function for precomputed values.
An alternative to the List.getOrElse function for precomputed values.
An alternative to the Map.getOrElse function for precomputed values.
Pretty-prints the provided collection in JSON array style.
Pretty-prints the provided map in JSON dictionary style.